

.head_1 .logo {
	margin-top: 8px;
}

.head_1 .title-tel {
	text-align: right;
	height: 40px;
	line-height: 40px;
	background-color: #eeeeee;
	color: #666666;
	font-size: 0.875rem;
}

.head_1 .title-tel img {
	vertical-align: -3px;
}

.head_1 {
	position: relative;
}

.head_1 .nav .nav_n ul li {
	position: relative;
}

.head_1 .nav .nav_n ul li:hover dl {
	display: block;
}

.head_1 .nav .nav_n ul li dl {
	position: absolute;
	z-index: 999999999;
	display: none;
	background-color: rgb(40, 100, 179);
}

.head_1 .nav .nav_n ul li dl dd a {
	padding: 10px 0;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.head_1 .nav .nav_n ul li dl dd:hover a {
	-webkit-filter:brightness(.9);
	-o-filter:brightness(.9);
	-moz-filter:brightness(.9);
	filter:brightness(.9);
}

.head_1 .nav .nav_n ul li a{
	color: #000000;
	font-size: 1rem;
	display: block;
	min-width: 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
}

.head_1 .nav .nav_n ul .on a {
	color: #FFFFFF !important;
	background-color: rgb(40, 100, 179);
}

.head_1 .nav .nav_n ul li:hover a{
	color: #FFFFFF !important;
	background-color: rgb(40, 100, 179);
}

.head_1 .nav .nav_n .box {
	margin: 0 auto;
	margin-top: 35px;
	position: relative;
	width: 100px;
	height: 20px;
	display: none;
}

.head_1 .nav .nav_n .box_2 {
	margin: 0 auto;
	margin-top: 35px;
	position: relative;
	width: 100px;
	height: 20px;
	display: none;
	z-index: 9999;
}

.head_1 .nav .nav_n .box_2 i {
	display: inline-block;
	width: 30px;
	height: 4px;
	background-color: #f2770d;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.head_1 .nav .nav_n .box i {
	display: inline-block;
	width: 30px;
	height: 4px;
	background-color: #f2770d;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.head_1 .nav .nav_n .box .i_1 {
	top: 0px;
}

.head_1 .nav .nav_n .box .i_2 {
	top: 8px;
}

.head_1 .nav .nav_n .box .i_3 {
	top: 16px;
}

.head_1 .nav .nav_n .box_2 .i_1 {
	transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 4px;
}

.head_1 .nav .nav_n .box_2 .i_2 {
	display: none;
}

.head_1 .nav .nav_n .box_2 .i_3 {
	transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 5px;
}

.banner .swiper-slide {
	height: 500px;
	background-size: cover !important;
}

.banner .swiper-slide img {
	width: 100%;
	display: none;
}

.banner .swiper-slide a {
	display: block;
	height: 100%;
}

.banner .swiper-pagination {
	bottom: 30px !important;
}

@media (max-width: 1024px) {
	.banner .swiper-slide img {
		display: block;
	}

	.banner .swiper-slide {
		height: auto !important;
	}

	.head_1 .nav .nav_n {
		position: relative;
	}

	.head_1 .nav .nav_n .box {
		display: block;
	}

	.head_1 .nav .nav_n ul {
		display: none;
	}

	.head_1 .nav .nav_n ul li {
		width: 100%;
	}

	.head_1 .nav .nav_n ul li a {
		padding: 20px 0;
	}

	.head_1 .logo {
		margin: 10px 0;
	}

	.head_1 .nav .nav_n .box {
		margin-top: 25px;
	}

	.head_1 .nav .nav_n #nav_yd {
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
		background-color: #FFFFFF;
		z-index: 9999;
	}

	.head_1 .nav .nav_n ul li a {
		display: block;
		width: 100%;
	}

	.banner .swiper-pagination {
		bottom: 15px !important;
	}

	.head_1 .nav .nav_n ul li dl {
		position: relative;
		display: block;
		width: 100%;
	}

	.head_1 .nav .nav_n ul li dl dd a {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.head_1 .logo {
		width: 67%;
		margin: 15px 0;
	}

	.head_1 .logo img {
		width: 61%;
	}

	.head_1 .nav .nav_n .box {
		margin-top: 21px;
	}

	.head_1 .nav .nav_n .box_2 {
		margin-top: 25px;
	}
}

.more_a::before,
.more_a::after {
 background-color: rgb(26, 83, 159);

}
.about_7{
  padding: 40px 0;
}

.about_7 .title{
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: left;
	margin-bottom: 20px;
}

.about_7 .cont{
	margin-top: 60px;
}

.about_7 .cont .right{
	width: 540px;
	height: 450px;
	display: table;
}

.about_7 .cont .right .box{
	display: table-cell;
	vertical-align: middle;
}

.about_7 .cont .right .text{
	color: #666666;
	font-size: 0.875rem;
	line-height: 30px;
	margin-bottom: 30px;
}

.about_7 .cont .right ul li{
	color: #666666;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

.about_7 .cont .right ul li img{
	vertical-align: bottom;
	margin-right: 10px;
}

.about_7 .cont .right .more{
	margin-top: 50px;
}

.about_7 .cont .right .more a{
	color: #FFFFFF;
	font-size: 1rem;
	width: 140px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background-color: rgb(82, 125, 195);
	text-align: center;
	border-radius: 5px;
}

.about_7 .cont .left{
	width: 600px;
	height: 450px;
		overflow: hidden;
}

.about_7 .cont .left img{
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px){
	.about_7 .cont .right{
		width: 45%;
	}

	.about_7 .cont .left{
		width: 50%;
	}
}

@media (max-width: 750px){
  .about_7{
    padding: 0 0 15px 0;
}
	.about_7 .cont .right .text{
		margin-top: 10px;
	}
	.about_7 .cont{
		margin-top: 20px;
	}
	.about_7 .cont .right{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.about_7 .cont .left{
		width: 100%;
		height: 100%;
	}
	.about_7 .cont .right .more{
		margin-top: 35px;
	}
	.about_7 .title{
		font-size: 20px;
		text-align: center;
	}
	.about_7 .cont .right .more{
		text-align: center;
	}
}
 .more_a::before,
 .more_a::after{
	 background-color: rgb(26, 83, 159);
 }
.about_1 {
	/*background: url(../img_all/about_1_bg.jpg) center no-repeat;*/
	/*height: 650px;*/
	padding: 80px 0;
	background-size: cover !important;
}

.about_1 .title {
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: left;
	margin-bottom: 20px;
}

.about_1 .cont {
	margin-top: 60px;
}

.about_1 .cont .left {
	width: 50%;
	background-color: #FFFFFF;
	height: 450px;
	box-sizing: border-box;
	display: table;
	padding: 0 40px;
}

.about_1 .cont .left .box {
	display: table-cell;
	vertical-align: middle;
}

.about_1 .cont .left .text {
	color: #666666;
	font-size: 0.875rem;
	line-height: 30px;
}

.about_1 .cont .left .text .t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.about_1 .cont .left .text .t2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.about_1 .cont .left .more {
	margin-top: 30px;
}

.about_1 .cont .left .more a {
	color: #FFFFFF;
	font-size: 1rem;
	width: 140px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background-color: rgb(82, 125, 195);
	text-align: center;
	border-radius: 5px;
}

.about_1 .cont .right {
	width: 50%;
	height: 450px;
}

.about_1 .cont .right img {
	width: 100%;
	height: 100%;
}

@media (max-width: 750px){
	.about_1 .title{
		text-align: center;
		font-size: 20px;
		margin-top: 20px;
	}
	.about_1 .cont .left .more{
		text-align: center;
		margin-bottom: 20px;
	}
	.about_1{
		background-size: cover !important;
		height: 100%;
		padding: 5px 0 15px 0;
	}
	.about_1 .cont{
		margin-top: 15px;
	}
	.about_1 .cont .left{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.about_1 .cont .right{
		width: 100%;
		height: 100%;
	}
}

 .more_a::before,
 .more_a::after{
	 background-color: rgb(26, 83, 159);
 }
.fotos_7 {
	padding: 40px 0px;
}

.fotos_7 .title {
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: center;
}

.fotos_7 .title .t {
	color: #999999;
	font-size: 1rem;
}

.fotos_7 .title .t .span {
	position: relative;
}

.fotos_7 .title .t .span i {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #999999;
	top: 50%;
	margin-top: -0.5px;
}

.fotos_7 .title .t .i1 {
	left: -50px;
}

.fotos_7 .title .t .i2 {
	right: -50px;
}

.fotos_7 .cont {
	margin-top: 30px;
}

.fotos_7 .cont ul li {
	width: 24%;
	margin-right: 1.3%;
	position: relative;
	overflow: hidden;
}

.fotos_7 .cont ul li:last-child {
	margin-right: 0px;
}

.fotos_7 .cont ul li .img {
	max-height: 288px;
}

.fotos_7 .cont ul li .img img {
	width: 100%;
	height: 100%;
}

.fotos_7 .cont ul li .text {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0px;
	bottom: -115px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 155px;
	width: 100%;
}

/* .fotos_7 .cont ul li:hover .text {
	bottom: 0px;
} */

.fotos_7 .cont ul li:hover .text .t {
	color: #333333;
}

.fotos_7 .cont ul li .text .t {
	font-size: 1.25rem;
	margin: 5px 0;
	color: #666666;
	text-align: center;
}

.fotos_7 .cont ul li .text .t2 {
	color: #999999;
	font-size: 0.875rem;
	width: 90%;
	margin: 0 auto;
}

.fotos_7 .cont .more {
	text-align: center;
	margin-top: 60px;
}

.fotos_7 .cont .more a {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgb(82, 125, 195);
}

.fotos_7 .cont .more a:hover {
	color: #FFFFff;
}

@media (max-width: 768px) {}

@media (max-width: 750px) {
	.fotos_7 .cont ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.fotos_7 .cont .more {
		margin-top: 20px;
	}

	.fotos_7 .cont ul li .img {
		height: 100%;
		max-height: 100%;
	}
	.fotos_7 .title{
		font-size: 20px;
	}
}

.more_a::before,
.more_a::after {
	background-color: rgb(26, 83, 159);
}
.fotos_7 {
	padding: 40px 0px;
}

.fotos_7 .title {
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: center;
}

.fotos_7 .title .t {
	color: #999999;
	font-size: 1rem;
}

.fotos_7 .title .t .span {
	position: relative;
}

.fotos_7 .title .t .span i {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #999999;
	top: 50%;
	margin-top: -0.5px;
}

.fotos_7 .title .t .i1 {
	left: -50px;
}

.fotos_7 .title .t .i2 {
	right: -50px;
}

.fotos_7 .cont {
	margin-top: 30px;
}

.fotos_7 .cont ul li {
	width: 24%;
	margin-right: 1.3%;
	position: relative;
	overflow: hidden;
}

.fotos_7 .cont ul li:last-child {
	margin-right: 0px;
}

.fotos_7 .cont ul li .img {
	max-height: 288px;
}

.fotos_7 .cont ul li .img img {
	width: 100%;
	height: 100%;
}

.fotos_7 .cont ul li .text {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0px;
	bottom: -115px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 155px;
	width: 100%;
}

/* .fotos_7 .cont ul li:hover .text {
	bottom: 0px;
} */

.fotos_7 .cont ul li:hover .text .t {
	color: #333333;
}

.fotos_7 .cont ul li .text .t {
	font-size: 1.25rem;
	margin: 5px 0;
	color: #666666;
	text-align: center;
}

.fotos_7 .cont ul li .text .t2 {
	color: #999999;
	font-size: 0.875rem;
	width: 90%;
	margin: 0 auto;
}

.fotos_7 .cont .more {
	text-align: center;
	margin-top: 60px;
}

.fotos_7 .cont .more a {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgb(82, 125, 195);
}

.fotos_7 .cont .more a:hover {
	color: #FFFFff;
}

@media (max-width: 768px) {}

@media (max-width: 750px) {
	.fotos_7 .cont ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.fotos_7 .cont .more {
		margin-top: 20px;
	}

	.fotos_7 .cont ul li .img {
		height: 100%;
		max-height: 100%;
	}
	.fotos_7 .title{
		font-size: 20px;
	}
}

.more_a::before,
.more_a::after {
	background-color: rgb(26, 83, 159);
}
.fotos_7 {
	padding: 40px 0px;
}

.fotos_7 .title {
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: center;
}

.fotos_7 .title .t {
	color: #999999;
	font-size: 1rem;
}

.fotos_7 .title .t .span {
	position: relative;
}

.fotos_7 .title .t .span i {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #999999;
	top: 50%;
	margin-top: -0.5px;
}

.fotos_7 .title .t .i1 {
	left: -50px;
}

.fotos_7 .title .t .i2 {
	right: -50px;
}

.fotos_7 .cont {
	margin-top: 30px;
}

.fotos_7 .cont ul li {
	width: 24%;
	margin-right: 1.3%;
	position: relative;
	overflow: hidden;
}

.fotos_7 .cont ul li:last-child {
	margin-right: 0px;
}

.fotos_7 .cont ul li .img {
	max-height: 288px;
}

.fotos_7 .cont ul li .img img {
	width: 100%;
	height: 100%;
}

.fotos_7 .cont ul li .text {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0px;
	bottom: -115px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 155px;
	width: 100%;
}

/* .fotos_7 .cont ul li:hover .text {
	bottom: 0px;
} */

.fotos_7 .cont ul li:hover .text .t {
	color: #333333;
}

.fotos_7 .cont ul li .text .t {
	font-size: 1.25rem;
	margin: 5px 0;
	color: #666666;
	text-align: center;
}

.fotos_7 .cont ul li .text .t2 {
	color: #999999;
	font-size: 0.875rem;
	width: 90%;
	margin: 0 auto;
}

.fotos_7 .cont .more {
	text-align: center;
	margin-top: 60px;
}

.fotos_7 .cont .more a {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgb(82, 125, 195);
}

.fotos_7 .cont .more a:hover {
	color: #FFFFff;
}

@media (max-width: 768px) {}

@media (max-width: 750px) {
	.fotos_7 .cont ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.fotos_7 .cont .more {
		margin-top: 20px;
	}

	.fotos_7 .cont ul li .img {
		height: 100%;
		max-height: 100%;
	}
	.fotos_7 .title{
		font-size: 20px;
	}
}

.more_a::before,
.more_a::after {
	background-color: rgb(26, 83, 159);
}
.about_8 {
	/*background: url(../img_all/about_1_bg.jpg) center no-repeat;*/
	/*height: 650px;*/
	padding: 80px 0;
	background-size: cover !important;
}

.about_8 .title {
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: left;
	margin-bottom: 20px;
}

.about_8 .cont {
	margin-top: 60px;
}

.about_8 .cont .left {
	width: 50%;
	background-color: #FFFFFF;
	height: 450px;
	box-sizing: border-box;
	padding: 40px;
	display: table;
}

.about_8 .cont .left .box{
	display: table-cell;
    vertical-align: middle;
}

.about_8 .cont .left .text {
	color: #666666;
	font-size: 0.875rem;
	line-height: 30px;
}

.about_8 .cont .left .text .t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}

.about_8 .cont .left .text .t2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.about_8 .cont .left .more {
	margin-top: 30px;
}

.about_8 .cont .left .more a {
	color: #FFFFFF;
	font-size: 1rem;
	width: 140px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background-color: rgb(82, 125, 195);
	text-align: center;
	border-radius: 5px;
}

.about_8 .cont .right {
	width: 50%;
	height: 450px;
}

.about_8 .cont .right img {
	width: 100%;
	height: 100%;
}

@media (max-width: 750px){
	.about_8{
		background-size: cover !important;
		height: 100%;
		padding: 0 0 15px 0;
	}
	.about_8 .cont{
		margin-top: 15px;
	}
	.about_8 .cont .left{
		width: 100%;
		height: auto;
		padding: 0;
		margin-top: 10px;
	}
	.about_8 .cont .right{
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;

	}
	.about_8 .title{
		text-align: center;
		font-size: 20px;
	}
	.about_8 .cont .left .more{
		text-align: center;
	}
}

 .more_a::before,
 .more_a::after{
	 background-color: rgb(26, 83, 159);
 }
.footer_5 {
	text-align: center;
	background-color: rgb(79, 109, 158);
	padding: 20px 0;
}

.footer_5 .link {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	opacity: .3;
}

.footer_5 .link a {
	color: rgba(255,255,255,0.8);
	margin-right: 5px;
}

.footer_5 .about {
	display: inline-block;
	margin: 0 auto;
	border-top: 1px solid rgba(215, 215, 215, .7);
	border-bottom: 1px solid rgba(215, 215, 215, .7);
	padding: 10px 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.footer_5 .about a {
	color: rgba(255,255,255,0.8);
	margin-right: 20px;
	opacity: .7;
}

.footer_5 .text {
	color: rgba(255,255,255,0.8);
	opacity: .3;
	font-size: 14px;
}

.footer_5 .text a {
	color: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
	.footer_5 {
		padding: 10px 0;
	}

	.footer_5 .link {
		margin-bottom: 10px;
	}

	.footer_5 .about {
		display: none;
	}

	.footer_5 .text p {
		margin-top: 5px;
	}
}
.info_1{
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 600px;
}

.info_1 .text {
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}

.info_1 .title .t {
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
}

.info_1 .title .time {
	padding-top: 20px;
	border-top: 1px dashed #DDDDDD;
	margin-top: 30px;
	color: #666666;
	font-size: 14px;
	text-align: center;
}.news_1 {
	padding: 40px 0;
}

.news_1 .title {
	color: #333333;
	font-size: 2.25rem;
	text-align: center;
}

.news_1 .cont{
	margin-top: 30px;
}

.news_1 .cont ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.news_1 .cont ul li:nth-child(2n){
	margin-right: 0px;
}

.news_1 .cont ul li .t{
	color: #333333;
	font-size: 1.25rem;
}

.news_1 .cont ul li .t2{
	color: #666666;
	font-size: 0.875rem;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 27px;
    margin: 10px 0;
}

.news_1 .cont ul li .time{
	color: #666666;
	font-size: 0.875rem;
}

.news_1 .cont ul li .time img{
	margin: 0 5px 0 15px;
}

.news_1 .cont ul li:hover .t{
	color: #f2770d;
}

.news_1 .cont ul li:hover .t2{
	color: #f2770d;
}

.news_1 .cont .more{
	text-align: center;
	margin-top: 30px;
}

.news_1 .cont .more a{
	color: #666666;
	font-size: 0.875rem;
	display: inline-block;
	box-sizing: border-box;
	width: 140px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #DDDDDD;
}

.news_1 .cont .more a:hover{
	color: #F2770D;
	border: 1px solid #f2770d;
}

.page {
	text-align: right;
	margin-top: 30px;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background: #f2770d;
	color: #FFFFFF;
}

.page a:hover {
	background: #f2770d;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

@media (max-width: 500px){
	.news_1 .cont ul li{
	   width: 100%;
	}
	.page{
		text-align: center;
	}
	.page a{
		margin-bottom: 10px;
	}
}.fotos_13 {
	padding: 35px 0;
}

.fotos_13 .title {
	text-align: center;
}

.fotos_13 .title h4 {
	font-size: 2.25rem;
	color: rgba(51,51,51,1);
	font-weight: normal;
}

.fotos_13 .link {
	display: flex;
	margin-top: 30px;
}

.fotos_13 .link li {
	flex: 1;
	margin-right: 60px;
}

.fotos_13 .link li:last-child {
	margin-right: 0;
}

.fotos_13 .link li a {
	font-size: 24px;
	color: #FFFFFF;
	background-color: rgb(251, 251, 251);
	display: block;
	text-align: center;
	padding: 10px 0;
}

.fotos_13 .images {
	margin-top: 30px;
	flex-wrap: wrap;
    display: flex;
}

.fotos_13 .images li {
	width: 32%;
	margin-right: 2%;
	/*border: 1px solid #DDDDDD;*/
	box-sizing: border-box;
	margin-bottom: 20px;
}

.fotos_13 .images li img {
	width: 100%;
	max-height: 380px;
}

.fotos_13 .images li {
	position: relative;
	overflow: hidden;
	display: block;
}

.fotos_13 .images li:before {
	position: absolute;
	top: 0px;
	left: -80%;
	display: block;
	content: "";
	width: 40%;
	height: 100%;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.fotos_13 .images li:hover:before {
	-moz-transition: left 1s ease 0s;
	-webkit-transition: left 1s ease 0s;
	transition: left 1s ease 0s;
	left: 140%;
}

.fotos_13 .images li:nth-child(3n) {
	margin-right: 0;
}

.fotos_13 .images li .img {
	text-align: center;
}

.fotos_13 .images li .text {
	box-sizing: border-box;
	padding: 10px 20px;
}

.fotos_13 .images li .text p {
	color: #333333;
	font-size: 16px;
}

.fotos_13 .images li .text .t2 {
	color: #666666;
	font-size: 14px;
}

.fotos_13 .cont .more {
	text-align: center;
	margin-top: 50px;
}

.fotos_13 .cont .more a {
	display: inline-block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #333333;
	font-size: 1rem;
	box-sizing: border-box;
	background-color: rgb(82, 125, 195);
	border-radius: 5px;
	color: #FFF;
}

.fotos_13 .cont .more a:hover {
	color: #FFFFFF;
}


@media (max-width: 1024px) {
	/* 	.fotos_13 .bd ul li {
		margin-right: 26px;
	}

	.fotos_13 .bd ul li .img i p {
		margin-top: 70px;
	} */
}

@media (max-width: 768px) {
	.fotos_13 .link li {
		margin-right: 30px;
	}
}

@media (max-width: 414px) {
	.fotos_13 .link li{
		margin-right: 10px;
	}
	.fotos_13 .link li a {
		font-size: 16px;
	}
   .fotos_13 .images li{
	  width: 48%;
   }
   .fotos_13 .images li:nth-child(2n){
	   margin-right: 0;
   }
   .fotos_13 .images li:nth-child(2n-1){
	   margin-right: 2%;
   }
	.fotos_13 .cont .more {
		margin-top: 40px;
	}

}

 .more_a::before,
 .more_a::after{
	 background-color: rgb(26, 83, 159);
 }
.news_11 {
	padding: 40px 0;
}

.news_11 .title {
	color: #333333;
	font-size: 2.25rem;
	text-align: center;
}

.news_11 .title .t {
	color: #999999;
	font-size: 0.875rem;
}

.news_11 .cont {
	margin-top: 40px;
}

.news_11 .cont ul li {
	width: 32.333%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}

.news_11 .cont ul li:nth-child(3n){
	margin-right: 0;
}

.news_11 .cont ul li .img {
	height: 240px;
	position: relative;
}

.news_11 .cont ul li .img img {
	width: 100%;
	height: 100%;
}

.news_11 .cont ul li .img .time {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 0.875rem;
	padding-left: 20px;
	box-sizing: border-box;
}

.news_11 .cont ul li .img .time img {
	width: 20px;
	height: 12px;
	margin: 0 5px 0px 15px;
}

.news_11 .cont ul li .text{
	padding: 20px;
	box-sizing: border-box;
}

.news_11 .cont ul li .text .t {
	color: #333333;
	font-size: 1.25rem;
}

.news_11 .cont ul li .text .t2 {
	color: #666666;
	font-size: 0.875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
	line-height: 30px;
}

.news_11 .cont ul li:hover .text{
	background-color: #079ad7;
}

.news_11 .cont ul li:hover .text .t{
	color: #FFFFFF;
}

.news_11 .cont ul li:hover .text .t2{
	color: #FFFFFF;
}

.news_11 .cont .more{
	text-align: center;
	margin-top: 30px;
}

.news_11 .cont .more a{
	color: #666666;
	font-size: 0.875rem;
	display: inline-block;
	box-sizing: border-box;
	width: 140px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #DDDDDD;
}

.news_11 .cont .more a:hover{
	color: #FFFFFF;
	border: 1px solid #079ad7;
	background-color: #079ad7;
}

.page {
	text-align: right;
	margin-top: 30px;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background: #079ad7;
	color: #FFFFFF;
}

.page a:hover {
	background: #079ad7;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

@media (max-width: 768px){
	.news_11 .cont ul li .img{
		height: 155px;
	}
}

@media (max-width: 500px){
	.news_11 .cont ul li{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.news_11 .cont ul li .img{
		height: 100%;
	}
	.news_11 .cont ul li .img img{
		display: block;
	}	
	.news_11 .cont ul li .img .time img{
		display: inline-block;
	}
	.page{
		text-align: center;
	}
	.page a{
		margin-bottom: 10px;
	}
}
.page_1{
	font-size: 16px;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 600px;
}

/*@media (max-width: 600px){
	.page_1{
		min-height: 600px;
	}
}*/
